home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-05 | 3.6 KB | 116 lines | [TEXT/MPS ] |
- #---------------------------------------------------------------------------------------------------
- # |
- # File: AEGestalt.MAMake |
- # |
- # Description: Makefile for AEGestalt. |
- # |
- # |
- # Copyright © 1991 by Apple Computer, Inc. All rights reserved. |
- # Kent Sandvik DTS |
- # A lot of dependencies, but then again a lot of files...
- #
- # <1> khs 1.0 First final version
- #
- #---------------------------------------------------------------------------------------------------
-
-
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
-
- AppName = AEGestalt
-
-
- #---------------------------------------------------------------------------------------------------
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set
-
- OtherRsrcFiles = ∂
- "{SrcApp}views.rsrc"
-
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
-
- OtherInterfaces = ∂
- "{SrcApp}IncludeFiles.h" ∂
- "{SrcApp}ResourceConstants.h" ∂
- "{SrcApp}UAEClientCommand.h" ∂
- "{SrcApp}UAEDocument.h" ∂
- "{SrcApp}UAEServerCommand.h" ∂
- "{SrcApp}UGrayfillAdorner.h" ∂
- "{SrcApp}UInformationView.h" ∂
- "{SrcApp}ULabelView.h" ∂
- "{SrcApp}ULookupCommand.h" ∂
- "{SrcApp}About.h"
-
-
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
-
- OtherLinkFiles = ∂
- "{ObjApp}UAEClientCommand.cp.o" ∂
- "{ObjApp}UAEDocument.cp.o" ∂
- "{ObjApp}UAEServerCommand.cp.o" ∂
- "{ObjApp}UGrayfillAdorner.cp.o" ∂
- "{ObjApp}UInformationView.cp.o" ∂
- "{ObjApp}ULabelView.cp.o" ∂
- "{ObjApp}ULookupCommand.cp.o" ∂
- "{ObjApp}About.cp.o"
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
-
- # In this case we have a 'lazy dependency graph' - i.e. a very simple
- # and direct dependency where only the directly needed files are referenced
- # The first cut was done using MakeMake (Developer CD)
-
-
- "{ObjApp}UAEGestalt.cp.o" ƒ ∂
- UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}UAEDocument.cp.o" ƒ ∂
- UAEDocument.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}UAEServerCommand.cp.o" ƒ ∂
- UAEServerCommand.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}UAEClientCommand.cp.o" ƒ ∂
- UAEClientCommand.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}UInformationView.cp.o" ƒ ∂
- UInformationView.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}ULabelView.cp.o" ƒ ∂
- ULabelView.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}ULookupCommand.cp.o" ƒ ∂
- ULookupCommand.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
- "{ObjApp}UGrayfillAdorner.cp.o" ƒ ∂
- UGrayfillAdorner.h UAEGestalt.h IncludeFiles.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-
-
- "{ObjApp}About.cp.o" ƒ ∂
- About.h ∂
- {MacAppCPlusIntf} ∂
- {BuildingBlocksCPlusIntf}
-